compress/flate.compressor.blockStart (field)
8 uses
compress/flate (current package)
deflate.go#L106: blockStart int // window index where current tokens start
deflate.go#L130: if d.blockStart >= windowSize {
deflate.go#L131: d.blockStart -= windowSize
deflate.go#L133: d.blockStart = math.MaxInt32
deflate.go#L167: if d.blockStart <= index {
deflate.go#L168: window = d.window[d.blockStart:index]
deflate.go#L170: d.blockStart = index
deflate.go#L623: d.blockStart, d.byteAvailable = 0, false
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |